home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / pondersr / readme.1st < prev   
Text File  |  1996-05-13  |  1KB  |  33 lines

  1. PONDER - the source code
  2.  
  3. This is the source code to my demo Ponder, which was released at the
  4. Pre-Awakening '96 party. It consists of one file of 2,523 lines of C/C++
  5. code (with some small amounts of inline assembler).
  6.  
  7. This release does NOT include everything you would need to re-compile
  8. the demo. The data files for the graphics and font are the main thing
  9. that isn't included. MikMod, a music replay system by MikMak of
  10. HardCode, would also be required (it is available on ftp.cdrom.com).
  11.  
  12. The code was written over about a week, entirely by myself. Over this
  13. week I also had to draw graphics, the font and track the music for the
  14. demo. What I'm trying to say is that the code is completely and utterly
  15. un-optimized. There are innumerable optimizations that could be done on
  16. the tunnel type effect, some of which are *extremely* obvious, none of
  17. which I implemented. I was too busy trying to track the music :) Anyway,
  18. I think this actually is a benefit for releasing the code, because the
  19. code is much easier to understand this way.
  20.  
  21. I hope you can learn from the code, or at least find something
  22. interesting in it.
  23.  
  24. good luck with your endeavors,
  25.  
  26. josh / winghead
  27.  
  28. P.S. I'd love to hear from you if you find this helpful (or not) or have
  29. any questions. You can reach me via e-mail at winghead@cyberspace.com until
  30. mid-july. I can also be found on IRC on #coders (nick: winghead) quite
  31. often (read as: all the time) :)
  32.  
  33.